.app-overlay {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  background: #1f2226;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
}

.app-overlay.show {
  visibility: visible;
}

.app-overlay img {
  position: relative;
  top: 40%;
  width: 70px;
}


.thumbnail .zoneclick {
  display: none;
}

.present-slides .panel-slide {
  float: left;
}

.thumbnail,
.thumbnail1 {
  background-color: #eaeaee;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-wrapper {
  background: #bfbfbf;
}
* {
  outline: none !important;
}
.zoneclick {
  border: 2px solid #504aee;
}
